home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / rawstat.man < prev    next >
Encoding:
Text File  |  1991-07-09  |  1.9 KB  |  69 lines

  1.  
  2.  
  3.  
  4. RAWSTAT                   User Commands                   RAWSTAT
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      rawstat - Print kernel statistics in a  raw  format:  <field
  12.      value>
  13.  
  14. SSYYNNOOPPSSIISS
  15.      rraawwssttaatt [_o_p_t_i_o_n_s]
  16.  
  17. OOPPTTIIOONNSS
  18.      --aallll      Dump all the following stats.
  19.  
  20.      --ffss       Dump FS stats defined in <kernel/fsStat.h>.
  21.  
  22.      --pprroocc     Dump     migration      stats      defined      in
  23.                <kernel/procMigrate.h>.
  24.  
  25.      --rreeccoovv    Dump recovery stats defined in <kernel/recov.h>.
  26.  
  27.      --rrppcc      Dump RPC stats defined in <rpc.h>.
  28.  
  29.      --vvmm       Dump VM stats defined in <vmStat.h>.
  30.  
  31.      --zzeerroo     Print out zero valued fields, too.
  32.  
  33.      --nnooiiddllee   Don't dump idle ticks.
  34.  
  35. _________________________________________________________________
  36.  
  37.  
  38. DDEESSCCRRIIPPTTIIOONN
  39.      This program prints out kernel statistics in a raw, uninter-
  40.      preted  format.   This  allows  all the counters kept by the
  41.      kernel to be dumped and processed later.  The program  first
  42.      prints  a  line  containing  the host's name and the current
  43.      time.  Then, if  --nnooiiddllee  is  not  specified,  the  kernel's
  44.      Sched_Instruments information is printed.  This includes the
  45.      idle time of the host (see  <kernel/sched.h>).   Then  other
  46.      statistics  are  printed  depending on the options.  See the
  47.      indicated header files for further documentation.  If  --zzeerroo
  48.      is  specified then all fields, even those with a zero valued
  49.      counter, are printed.
  50.  
  51.      This program is semi-automatically generated with  the  help
  52.      of  the  printFields  awk  script that is kept in the source
  53.      directory.
  54.  
  55.  
  56. KKEEYYWWOORRDDSS
  57.      statistics
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  July 9, 1991                     1
  66.  
  67.  
  68.  
  69.